home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1998 April / Freesoft_1998-04_cd.bin / Nerecenz / Network util / Ostronet / ostronet.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Text File  |  1998-08-20  |  886b  |  48 lines

  1. object MainForm: TMainForm
  2.   Left = 32767
  3.   Top = 123
  4.   AutoScroll = False
  5.   ClientHeight = 118
  6.   ClientWidth = 299
  7.   Color = clNavy
  8.   Font.Color = clWhite
  9.   Font.Height = -45
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold, fsItalic]
  12.   FormStyle = fsMDIForm
  13.   Visible = True
  14.   OnActivate = FormActivate
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 51
  21.   object MDIArea: TMDIArea
  22.     Left = 0
  23.     Top = 0
  24.     Width = 299
  25.     Height = 118
  26.     Bevel = False
  27.     BackgroundColor = clNavy
  28.     OnPaint = MDIAreaPaint
  29.   end
  30.   object AE: TAppExec
  31.     Wait = True
  32.     WindowState = wsNormal
  33.     Left = 64
  34.     Top = 25
  35.   end
  36.   object NoTask1: TNoTask
  37.     Left = 186
  38.     Top = 68
  39.   end
  40.   object t1: TTimer
  41.     Enabled = False
  42.     Interval = 2500
  43.     OnTimer = t1Timer
  44.     Left = 19
  45.     Top = 59
  46.   end
  47. end
  48.